﻿@charset "utf-8";
/* CSS Document */
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,ul,ol,li,pre,form,fieldset,legend,button,input,textarea { margin: 0; padding: 0; border: 0;}
/*th,td{margin: 0; padding: 0;}*/
html { color: #000; }
html,body { width:100%;min-width:1280px;}
body,button,input,select,textarea { margin:0; padding:0; font-family: "Arial","微软雅黑","Microsoft Yahei","Verdana", "sans-serif";  font-size:14px;}
ul,ol,li,dl,dd,dt { list-style: none;}
em { font-style: normal; }
a { text-decoration: none;outline:none; }
a:hover { text-decoration: underline; color:#e85300;}
legend { color: #000; }
fieldset,img { border: 0; }
label,button { cursor: pointer; }
/*解决IE图片缩放失真*/
img { -ms-interpolation-mode: bicubic; }
/*清除浮动*/
.clearfix:after { content: ''; display: block; height: 0; clear: both; }
.clearfix { zoom: 1; }
.clear { clear: both; }
/*连续英文、数字换行*/
.wordwrap { word-break: break-all; word-wrap: break-word; }
/*单行文字超出显示省略号*/
.omg{overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}
img { border: 0; vertical-align: middle;  }
a{ color:#3a3a3a; text-decoration:none;}
a:hover{ color:#c30d23; text-decoration:none}
a:active{color:#c30d23;}

.fl{float:left;}
.fr{float:right;}

*,a,button,input{-webkit-tap-highlight-color:rgba(255,0,0,0);}

/**ly_top**/
.ly_top { width:100%;-webkit-box-shadow: 0 2px 4px rgba(0,0,0,.08);box-shadow: 0 2px 4px rgba(0,0,0,.08);z-index: 99999;position: relative;background: #fff;}
.ly_top .ly_top_in{width:1280px; height: 96px;margin: 0 auto; padding: 0;}
.ly_top .top_logo { width:500px; height: 76px; overflow: hidden; margin:10px 0; padding: 0; float: left;}
.top_logo a { display: table-cell; vertical-align: middle; width: 100%; height: 76px; overflow: hidden; margin: 0; padding: 0;}
.top_logo a img {display: inline-block; max-width: 100%; height: auto; max-height: 100%; margin: 0; padding: 0;}
.ly_top .top_tel {  float: right;width:255px; overflow: hidden; margin: 32px 0; padding-left:58px;background:url(../images/tel.png) left center no-repeat;}
.ly_top .top_tel p{font-size:14px;color:#999;}
.ly_top .top_tel span{display:block;font-size:28px;font-weight:bold;color:#c30d23;height:37px;}

/**ly_nav**/
.ly_nav { width:740px;float:right; margin: 0 auto; padding: 0;}
.navigation { width: 96%; max-width:1280px;margin:0 auto; padding:0; list-style:none;}
.navigation li { float:left;position:relative;width:14.285%;text-align:center;}
.navigation li a { display:inline-block; height: 96px; line-height: 96px; margin: 0; padding:0; text-decoration:none; text-align:center; text-transform:uppercase; color:#333; font-size: 16px;text-align: center;position:relative;}
.navigation li i{display:inline-block;vertical-align:middle;width:8px;height:5px;background:url(../images/nav_jt1.png) center center no-repeat;margin:-2px 0 0 6px;-webkit-transition: all .3s ease-out;transition: all .3s ease-out;}
.navigation li:hover, .navigation li a:hover, .navigation li.nav_on a { color:#c30d23;}
.navigation li:hover i{background:url(../images/nav_jt2.png) center center no-repeat;-webkit-transform: rotate(180deg);transform: rotate(180deg);}
.navigation li.nav_on:after{content:'';display:block;width:40%;height:3px;background:#c30d23;position:absolute;bottom:0;left:50%;margin-left:-20%;}
.navigation li .nav2{display:none;position:absolute;top:66px;left:-10px;width:100%;padding:10px 10px;z-index:9999999;box-shadow: 0px 1px 3px rgba(0,0,0,0.1);background:#fff;}
.navigation li .nav2 a{display:block;width:100%;height:30px;line-height:30px;color:#555;font-size:14px;}
.navigation li .nav2 a:hover{color:#c30d23;}
.navigation ul { position:absolute; left:0; top: 48px; display:none; margin:0; padding:0; list-style:none; z-index: 999; background-color: #fff; border-top: 2px solid #e20100;}
.navigation ul li { width:120px; float:left; border-top:none;}
.navigation ul li:nth-child(even) { background-color:#f5f6f8;}
.navigation ul a { display:block; height:40px; line-height: 40px; padding:0; color:#4e607b; font-size: 12px; font-weight: normal; text-decoration:none; border-top:none;}
.navigation ul a:hover { color:#fff; background-color: #fe0100;}
.web_nav{display:none;width:90%; height: 40px;line-height:40px;color:#fff;font-size:16px;margin:0 auto;font-weight:bold;}
.btn-menu {display:block;float:right;position:relative;background:transparent;cursor:pointer;padding: 27px 0;width:26px;height:16px;-webkit-transition:all ease .238s;-moz-transition:all ease .238s;transition:all ease .238s;}
.btn-menu:before,.btn-menu:after,.btn-menu span {background-color:#c30d23;-webkit-transition:all ease .238s;-moz-transition:all ease .238s;transition:all ease .238s;}
.btn-menu:before,.btn-menu:after {content:'';position:absolute;top:0;height:2px;width:100%;left:0;top:50%;-webkit-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%;}
.btn-menu span {position:absolute;width:100%;height:2px;left:0;top:50%;overflow:hidden;text-indent:200%;}
.btn-menu:before {-webkit-transform:translate3d(0,-7px,0);transform:translate3d(0,-7px,0);}
.btn-menu:after {-webkit-transform:translate3d(0,7px,0);transform:translate3d(0,7px,0);}
.btn-menu.active span {opacity:0;}
.btn-menu.active:before {background-color:#c30d23;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);}
.btn-menu.active:after {background-color:#c30d23;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);}

/**banner**/
.apple-banner { width: 100%; height: 690px; overflow: hidden;z-index:999;}
.apple-banner .swiper-container { width: 100%; height: 690px;}
.apple-banner .swiper-button-prev,.apple-banner .swiper-button-next { width: 8%; height: 100%; top:0; background:none;}
.apple-banner .swiper-button-prev { left:0;}
.apple-banner .swiper-button-next { right:0;}
.apple-banner .swiper-button-prev span,.apple-banner .swiper-button-next span { display:block; width: 64px; height: 64px; position: absolute; right: 0; top: 50%; margin-top:-32px; border-radius: 100%; background:url(../images/arrows1.png) no-repeat center center; opacity: 1; -webkit-transition: opacity 0.5s ease; transition: opacity 0.5s ease;opacity:.5;}
.apple-banner .swiper-button-next span { background:url(../images/arrows2.png) no-repeat center center; left:0;}
.apple-banner .swiper-button-prev:hover span,.swiper-button-next:hover span{ opacity: 1;}
.apple-banner .swiper-pagination{ top:auto; bottom:40px; background:none;}
.apple-banner  .swiper-pagination-bullet { display: inline-block; width: 12px; height:12px;margin: 0 3px; cursor: pointer; background: none;opacity: 1;}
.apple-banner  .swiper-pagination-bullet span { width: 100%; height: 100%; display: block;}
.apple-banner  .swiper-pagination-bullet i{ background-color: #fff; width: 100%; height: 100%;display: block;border-radius: 50%;}
.apple-banner  .swiper-pagination-bullet.current i,.apple-banner .swiper-pagination-bullet.swiper-pagination-bullet-active i,.apple-banner  .swiper-pagination-bullet.swiper-pagination-bullet-active.firsrCurrent i{background: #c30d23;}
/*banner END*/

/*公告*/
.announcement_main { background:#fff;padding:0 0 0; }
.announcement_main2{width: 1280px;position: relative;margin: -30px auto 20px; box-shadow: 0 6px 15px 0px #dedede; z-index:9;}
.announcement { min-height:40px; line-height:40px;width: 97%;max-width:1280px;margin: 0 auto;padding:10px 0;background:#fff;}
.announcement .gg_in{width:100%;margin:0 auto;}
.announcement .announcement_title{ float:left;color:#555;font-size:15px; font-weight:bold; line-height:40px;}
.announcement .announcement_body { float:left; width:800px; overflow:hidden; line-height:40px; font-size:14px; color:#666; text-overflow: ellipsis; white-space:nowrap;}
.announcement .announcement_bottom{float:right; width:320px;}
.announcement_body a { color:#666; font-size:14px; display:inline-block; margin:0 12px 0 0;}
.announcement_body a:hover{color:#c30d23;}

.ny_announcement_main{ background:#fff;margin-bottom:15px;padding: 10px 0 0;}
.ny_announcement_main .announcement{background:#f5f5f5;padding: 10px 0;}
.ny_announcement_main .form_text1{background:#fff;}
/*搜索 */
.form1{ line-height:40px;}
.form_text1 { float:left; width:76%; height:40px; line-height:38px; text-indent:10px; outline:none;background:#ffffff;border: 1px solid #c30d23;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
.form_button1{float:left;width:24%;padding:0 1%;font-size: 15px; height:40px; background:#c30d23;border:0; outline:none; color:#FFF;cursor:pointer;-webkit-transition: all .25s;-moz-transition: all .25s;-ms-transition: all .25s;-o-transition: all .25s;transition: all .25s;}
.form_button1 i{display:inline-block;width:16px;height:40px;vertical-align:top;background:url(../images/search_btn.png) center center no-repeat;background-size:contain;}
.form_button1 span{font-size: 14px;color:#fff;line-height:40px; }

/**ly_show**/
.ly_show {width:100%; height:auto; margin:40px auto; padding: 0;}
.ly_show_in{width:96%;max-width:1280px;margin: 0 auto;}
.ly_show .show_menu { width: 20%;overflow: hidden; margin: 0; padding: 0;}
.ly_title { width:100%;margin: 0 auto 50px; padding: 0;position:relative;}
.ly_title em { display:block; width:100%; height:40px; overflow:hidden; line-height:40px; color:#eaeaea; font-size:36px; font-weight:bold; text-align:center; margin:0 auto; padding:0;}
.ly_title p { width:100%; height:40px; overflow:hidden; line-height:40px; margin:-20px auto 0; padding: 0; color: #333; font-size: 32px; font-weight: bold; text-align: center;}
.ly_title p font { color:#333;}
.ly_title span { display:block; width:50px; height: 3px; overflow: hidden; padding: 0; background:#c30d23;position:absolute;bottom:-15px;left:50%;margin-left:-25px;}
.ly_title2 em { color:rgba(255,255,255,0.1);}
.ly_title2 p{color:#fff;}
.ly_title2 p font { color:#fff;}
.ly_title2 span { color:#fff;}
.show_menu .menu_tit { width:100%; height: auto; overflow: hidden; margin: 0 auto; padding: 12px 20px; background: #c30d23; box-sizing: border-box;text-align:center;}
.menu_tit p { width:100%; height: 30px; overflow: hidden; line-height: 30px; color: #fff; font-size: 24px; font-weight:bold; margin: 0 auto 4px; padding: 0;}
.menu_tit span { display:block; width:100%; height: 20px; overflow: hidden; line-height: 20px; color: rgba(255, 255, 255, 0.5); font-family: "Arial"; font-size: 14px; text-transform:uppercase; margin: 0 auto; padding: 0;}
.menu_tit em{display:none;}
.show_menu .menu_list { width:100%;overflow: hidden; margin: 0 auto; padding: 10px; background:#fff; box-sizing: border-box;}
.menu_list .menu_li { width:100%; height: 100%;margin: 0 auto; padding: 0 0; box-sizing: border-box;}
.menu_li p { width:100%; height: 44px; overflow: hidden; line-height: 44px; color: #666; font-size: 15px; background-color: #f5f5f5; margin: 0 auto; padding: 0 0 0 20px; box-sizing: border-box;margin:0 auto 5px;}
.menu_li>p>a { display:block; width:80%; overflow:hidden; color:#333; white-space:nowrap; text-overflow:ellipsis; float:left;}
.menu_li>p>span{display:block;width:20%;height:44px;float:right;background: url(../images/menu_tb1.png) center center no-repeat;-webkit-transition: all .25s;-moz-transition: all .25s;-ms-transition: all .25s;-o-transition: all .25s;transition: all .25s; }

.ly_show_in .hd { margin-bottom:40px;}
.ly_show_in .hd .tlt1 { width:15%; line-height: 40px; font-size:28px; font-weight:bold; color:#333; position:relative;float:left;}
.ly_show_in .hd .tlt1:after { content:'';display:block;width:40px;height:3px;background:#c30d23;position:absolute;bottom:-10px;left:0;}
.ly_show_in .hd .h_mulu { width:80%; overflow:hidden; height:32px; text-align:right; margin:4px 0; padding0:0;float:right;}
.ly_show_in .hd .h_mulu ul { display:inline-block;}
.ly_show_in .hd .h_mulu ul li { display:inline-block;margin:0;text-align:center; background-color:#f8f8f8;}
.ly_show_in .hd .h_mulu ul li a { display:inline-block; font-size:14px;line-height:32px; text-align:center; padding:0 20px; height:32px;color:#333;-webkit-transition: all .6s cubic-bezier(.165,.84,.44,1) 0ms;transition: all .6s cubic-bezier(.165,.84,.44,1) 0ms;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}
.ly_show_in .hd .h_mulu ul li.cur { background:#c30d23; color:#fff;}
.ly_show_in .hd .h_mulu ul li.cur a { color:#fff;}
.ly_show_in .hd .h_mulu ul li:hover { background:#c30d23;color:#fff;}
.ly_show_in .hd .h_mulu ul li:hover a { color:#fff;}

.ly_show_in  .btn-more { display:block;width:160px;height:38px; line-height:38px;color:#c30d23;font-size:14px;text-align:center;padding:0;border:1px solid #c30d23;margin:20px auto 0;transition:all 0.6s cubic-bezier(0.165,0.84,0.44,1) 0ms;}
.ly_show_in  .btn-more:hover { color:#fff; background:#c30d23;}

.ny_content .show_menu .menu_list{background: #f5f5f5;}
.ny_content .menu_li p{background:#fff;}
.ny_content .show_list ul li .show_pro_img{}
.ny_content .show_list ul li p { background: #fff;padding:8px 0; text-align:center;}
.ny_content .show_list .show_pro_img span{height:210px;}

.menu_li ul li a:hover{color:#c30d23;}
.menu_li>p>span.on{transform:rotateX(180deg);}
.menu_li>p:hover{background:#c30d23;color:#fff;}
.menu_li>p:hover a{color:#fff;}
.menu_li>p:hover span{background: url(../images/menu_tb3.png) center center no-repeat;}
.menu_li ul {display:none; width:100%; overflow: hidden; margin: 10px auto; padding:5px 0; background-color:#fff;}
/*产品分类第一个默认展开*/
/*.menu_li ul:first-of-type{display:block;}*/
.menu_li ul li { width:100%; height: auto; overflow: hidden; margin: 0 auto; padding: 0;}
.menu_li ul li a { display: block; width:100%; height: 40px; overflow: hidden; line-height: 40px; color: #888; font-size: 14px; margin: 0 auto; padding: 0 20px; box-sizing: border-box;}
.menu_li ul li a{width:100%;color: #999;background-color:#fff;height:40px;line-height:40px;font-weight:normal;padding:0;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}
.menu_li p img{display:block; width:14px; height: 14px; margin: 13px 13px 13px 0; padding: 0; float: left;}
 .menu_li ul li a:before { content:'';display:block; width:14px; height: 14px; margin: 13px 10px; padding: 0; float: left;background:url(../images/menu_tb2.png) center center no-repeat;}
.menu_li ul li a:hover { color:#c30d23;}

.ly_show .show_list { width:100%;margin: 0; padding: 0;}
.show_list ul li {width:23.5%;margin: 0 2% 20px 0; padding:10px; background-color:#f8f8f8; float: left; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box;}
.show_list ul li:nth-child(4n+4){margin:0 0 20px;}
.show_list1 ul li {width:32%;margin: 0 2% 20px 0; padding:10px; background-color:#f8f8f8; float: left; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box;}
.show_list1 ul li:nth-child(4n+4){margin:0 2% 20px 0;}
.show_list1 ul li:nth-child(3n+3){margin:0 0 20px;}
.show_list ul li:hover { background-color:#fff; box-shadow:0 5px 20px rgba(0,0,0,0.1);}
.show_list ul li .pro_list .show_pro_img { width:100%; height:220px; background:#fff; -webkit-transition: all .5s; -moz-transition: all .5s;-ms-transition: all .5s;-o-transition: all .5s;transition: all .5s;}
.show_list ul li .pro_list .show_pro_img a { display:block; width:100%; height:100%; overflow:hidden; margin: 0 auto; padding: 0; position: relative; box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;}
.show_list ul li .pro_list .show_pro_img a img { display:block; max-width: 100%; max-height: 100%; margin: auto; padding: 0; position: absolute; left: 0; top: 0; right: 0; bottom: 0; -webkit-transition: all .5s;-moz-transition: all .5s;-ms-transition: all .5s;-o-transition: all .5s;transition: all .5s;}
.show_list ul li:hover .pro_list .show_pro_img a img { transform: scale(1.1);-ms-transform:scale(1.1);-moz-transform:scale(1.1); -webkit-transform:scale(1.1); -o-transform:scale(1.1);}
.show_list ul li .pro_list .show_pro_img a i { display:block; width:100%; height:100%; overflow:hidden; margin:0 auto; padding:0; background:rgba(195,13,35,0.8) url(../images/probtn.png) center center no-repeat; position:absolute; left:0; top:100%; z-index:1; -webkit-transition: all .5s; -moz-transition: all .5s;-ms-transition: all .5s;-o-transition: all .5s;transition: all .5s;}
.show_list ul li:hover .pro_list .show_pro_img a i { top:0;}
.show_list ul li .pro_list .pro_name { width:100%; overflow:hidden; margin:10px auto 0; padding:0;}
.show_list ul li .pro_list .pro_name a { display:block; width:100%; height: 40px; overflow: hidden; line-height: 40px; color: #333; font-size: 16px; text-align: center; text-overflow: ellipsis; white-space:nowrap; margin:0 auto; padding: 0;-webkit-transition: all .25s;-moz-transition: all .25s;-ms-transition: all .25s;-o-transition: all .25s;transition: all .25s;}
.show_list ul li:hover .pro_list .pro_name a { color:#c30d23;}

/*首页关于我们*/
.ly_about{ width:100%;background:url(../images/introductionl_bg.jpg) top center no-repeat; background-attachment: fixed;}
.ly_about_in{ width:100%; max-width:1280px; margin:0 auto; padding:40px 0 0;}
.ly_about_in .gsjj { background:#fff; padding:40px; box-shadow:0 10px 20px rgba(0,0,0,0.1);}

.gsjj_in { width:46%;float:left; margin:0; padding:0;}
.gsjj .h_d {}
.gsjj .h_d p { width:100%; height:48px; overflow:hidden; line-height:48px; color:#333; font-size:40px; font-weight:bold; margin:0 auto; padding:0;}
.gsjj .h_d span { display:block; width:100%; height:40px; overflow:hidden; line-height:40px; color:#c30d23; font-size:24px; margin:0 auto; padding:0;}
.gsjj div.desc { display:block; width:100%; height:180px; overflow:hidden; line-height:30px; color:#888; font-size:15px; text-indent: 2em; text-align:justify; margin:20px auto; padding:0; display:-webkit-box; -webkit-line-clamp:6; -webkit-box-orient:vertical; text-overflow:ellipsis;}
.gsjj a.more { display:block; width:100px; height:40px; line-height:40px; font-size:14px; color:#333; text-align:center; background:#f8f8f8; margin:40px 0 0; padding:0 50px 0 0; position:relative;}
.gsjj a.more img { display:block; width:50px; height:40px; margin:0; padding:0; position:absolute; top:0; right:0;}
.gsjj a.more:hover { cursor:pointer; background-color: #c30d23; color:#fff;}

.gsjj_img { float:right; width:50%; height:380px; overflow:hidden;}
.gsjj_img a { display:block; width:100%; height:100%; overflow:hidden; margin:0; padding:0; position:relative;}
.gsjj_img a img { display: block; width: 100%; height: 100%; object-fit: cover; margin: auto; padding: 0; position: absolute; left: 0; top: 0; right: 0; bottom: 0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.gsjj_img a:hover img { transform: scale(1.1);-ms-transform:scale(1.1); -moz-transform:scale(1.1); -webkit-transform:scale(1.1); -o-transform:scale(1.1);}

.gsjj .gsjj_data { width:46%; overflow:hidden; margin:20px 0 0; padding:19px 0; border-top:1px solid #eaeaea; border-bottom:1px solid #eaeaea; float:left;}
.gsjj_data ul li { width:33.333333%; overflow:hidden; margin:0; padding:0; float:left;}
.gsjj_data ul li p { width:100%; height:40px; overflow:hidden; line-height:40px; color:#c30d23; font-size:40px; font-weight:bold; text-align:center; margin:0 auto; padding:0;}
.gsjj_data ul li p em { font-size:15px; font-weight:normal;}
.gsjj_data ul li span { display:block; width:100%; height:30px; overflow:hidden; line-height:30px; color:#666; font-size:15px; text-align:center; margin:5px auto 0; padding:0;}

.gsjj .gsjj_pic { width:50%; overflow:hidden; margin:20px 0 0; padding:0; float:right; display:none;}
.gsjj_pic ul li { width:32%; height:115px; overflow:hidden; margin:0 2% 0 0; padding:0; background-color:#f8f8f8; float:left; position:relative;}
.gsjj_pic ul li:nth-child(3n+3) { margin:0;}
.gsjj_pic ul li img { display:block; max-width:100%; max-height:100%; object-fit:cover; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0;}

/*新闻中心*/
.h_news { width:100%; margin:40px auto 0; padding:0;}
.h_news .h_news_in { padding:0;width:90%;max-width:1280px;margin:0 auto;}
.h_newslist { width:100%;}
.ly_newlist { width:100%; height:auto; margin:0; padding:0;}
.ly_newlist ul li { width:32%; height:auto; margin:0 2% 40px 0; padding:70px 20px 20px; background-color:#f9f9f9; float:left; position:relative; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box;}
.ly_newlist ul li:nth-child(3n+3) { margin:0 0 40px;}
.ly_newlist ul li a.nw_jt { display:block; width:100px; height:60px; overflow:hidden; margin:0; padding:0; background: url(../images/nw_more1.png) top right no-repeat; position:absolute; top:0; right:0;}
.ly_newlist ul li:hover { background-color:#fff; box-shadow:0 5px 20px rgba(0,0,0,0.1);}
.ly_newlist ul li:hover a.nw_jt { background: url(../images/nw_more2.png) top right no-repeat;}
.ly_newlist ul li .ly_newtime { width:100px; height:60px; overflow:hidden; line-height:20px; color:#fff; font-size:15px; text-align:center; margin:0; padding:10px 0; border-radius: 4px; background-color:#555; position:absolute; left:20px; top:-20px;}
.ly_newlist ul li:hover .ly_newtime { background-color:#c30d23;}
.ly_newlist ul li .ly_newtime span { display:block; width:100%; height:40px; line-height:40px; color:#fff;  font-size:28px; text-align:center; margin:0 auto; padding:0;}
.ly_newlist ul li .ly_newtit { width:100%; overflow:hidden; margin:0 auto 5px; padding:0;}
.ly_newlist ul li .ly_newtit a { display:block; width:100%; height:40px; overflow:hidden; line-height:40px; color:#333; font-size:16px; text-overflow:ellipsis; white-space: nowrap; margin:0 auto; padding:0;}
.ly_newlist ul li:hover .ly_newtit a { color:#c30d23;}
.ly_newlist ul li .ly_newms { width:100%; height:48px; overflow:hidden; line-height:24px; color:#999; font-size:14px; display: -webkit-box; margin: 0 auto; -webkit-line-clamp:2; -webkit-box-orient:vertical; text-overflow:ellipsis;}

.h_news_in .btn-more{display:block;width:160px;height:38px; line-height:38px;color:#c30d23;font-size:14px;text-align:center;padding:0;border:1px solid #c30d23;margin:0 auto;transition:all 0.6s cubic-bezier(0.165,0.84,0.44,1) 0ms;}
.h_news_in .btn-more:hover{color:#fff;background:#c30d23;}

/*视频中心*/
.h_video { width:100%; height:auto; min-height:320px; margin:40px auto; padding:0;}
.h_video .h_video_in { width:100%; max-width:1280px; margin:0 auto; padding:0;}
.h_video ul li { width:32%; margin:0 2% 0 0; box-shadow: 0 5px 10px rgba(0,0,0,0.1); float:left; -webkit-transition: all .3s;-moz-transition: all .3s;-o-transition: all .3s;transition: all .3s;}
.h_video ul li:nth-child(3n+3) { margin:0;}
.h_video ul li .pic { position:relative;width:100%;height:240px;overflow:hidden;cursor:pointer;}
.h_video ul li .pic .bg { width:100%;height:100%;background:rgba(0,0,0,0.2);position:absolute;top:0;left:0;z-index:99;}
.h_video ul li:hover .pic .bg { display:none;}
.h_video ul li .pic a:after { content:'';display:block;width:65px;height:65px;background:url(../images/video_icon.png) center center no-repeat;background-size:contain;position:absolute;top:50%;margin-top:-32px;left:50%;margin-left:-35px;z-index:999;}
.h_video.h_case ul li .pic a:after { display:none;}
.h_video ul li .pic a { display:block;width:100%;height:100%; overflow:hidden; margin:0; padding:0; position:relative;}
.h_video ul li .pic a img { display:block; width:100%; height:100%; margin:auto; padding:0; object-fit:cover; position:absolute; left:0; top:0; right:0; bottom:0; -webkit-transition: all 0.5s ease-out 0s; -moz-transition: all 0.5s ease-out 0s; -o-transition: all 0.5s ease-out 0s; transition: all 0.5s ease-out 0s;transition: -webkit-transform 2s;vertical-align:middle;-ms-interpolation-mode:bicubic;}
.h_video ul li:hover .pic img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1);transform: scale(1.1);}
.h_video ul li .pic a .iblock { display:inline-block; height:100%; width:0; vertical-align:middle}
.h_video ul li .wz { width:100%; overflow:hidden; margin:0 auto; padding:10px 100px 10px 20px; position:relative; box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box; -o-box-sizing:border-box; -webkit-box-sizing:border-box;}
.h_video ul li .wz .tlt { display:block; width:100%; height:30px; overflow: hidden; line-height:30px; font-size:16px; color:#333; text-overflow: ellipsis; white-space:nowrap;}
.h_video ul li .wz span { display:block; width:100%; height:30px; overflow:hidden; line-height:30px; font-size:14px; color:#999; margin:0; padding:0;}
.h_video ul li .wz a.more { display:block; width:100px; height:60px; margin:0; padding:0;background:url(../images/nw_more1.png) center center no-repeat; position:absolute; top:10px; right:0; transition:all 0.6s cubic-bezier(0.165,0.84,0.44,1) 0ms; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -webkit-transition: all 0.5s ease-out 0s; -moz-transition: all 0.5s ease-out 0s; -o-transition: all 0.5s ease-out 0s; transition: all 0.5s ease-out 0s; transition: -webkit-transform 2s; vertical-align:middle; -ms-interpolation-mode:bicubic;}
.h_video ul li:hover .wz a.more { background:url(../images/nw_more2.png) center center no-repeat;}
.h_video ul li:hover .wz .tlt { color:#c30d23;}

.h_video2 { margin:0 auto; padding:0;}
.h_video2 ul li { margin-bottom:30px;}

#c_detail_wrap div.fvopvideo { width:80% !important; height:480px!important;margin:0 auto 20px;position:relative;z-index:99;}

.h_video_in .btn-more { display:block;width:160px;height:38px; line-height:38px;color:#c30d23;font-size:14px;text-align:center;padding:0;border:1px solid #c30d23;margin:40px auto 0;transition:all 0.6s cubic-bezier(0.165,0.84,0.44,1) 0ms;}
.h_video_in .btn-more:hover { color:#fff;background:#c30d23;}

/* 友情链接 */ 
#link_main {margin: 0 0 0;background:#f5f5f5; }
#link { padding:0;width:90%;max-width:1280px;margin:0 auto;}
.link_title { line-height:46px; color:#fff;  }
.link_title .h_d { font-size:14px; color:#333; font-weight: normal;}

/*底部*/
.ft_main { width:100%; max-width:1280px; overflow:hidden; margin:0 auto; padding:0;}
.footer{width:100%; float:left; display:block;}
.footer .d_footer{width:100%; display:block;}
.d_footer .top_d{background:#272c31; padding-top:40px; display:block; width:100%;}
.d_footer .ul_left{float:left; width:80%; margin:0 0 40px;max-height: 210px;overflow: hidden;}
.d_footer .ul_left .li_f { float:left; width:18%; margin:0; padding:0 2% 0 0;}
.d_footer .ul_left .li_f2 { width:38%;}
.d_footer .ul_left .h4_a{display:block; line-height:30px; font-size:20px; color:#fff; position:relative; padding-bottom:10px;}
.d_footer .ul_left .h4_a .b{position: absolute; display:none; right:15px;top:56%; width: 9px;height: 9px; float: right; border-top:solid 1px #bdbebf; border-right:solid 1px #bdbebf;margin-top: -5px; cursor: pointer;transform: rotate(-45deg); -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg);-o-transform: rotate(-45deg); -webkit-transition: all 0.3s linear;-moz-transition: all 0.3s linear; -o-transition: all 0.3s linear; transition: all 0.3s linear;}
.d_footer .ul_left .h4_a.active .b{ transform: rotate(135deg);-webkit-transform: rotate(135deg); -moz-transform: rotate(135deg);-o-transform: rotate(135deg); margin-top: -7px;}
.d_footer .ul_left .h4_a::after{width:20px; height:1px; background:#52565a; position:absolute; left:0; bottom:0; content:"";}
.d_footer .ul_left ul { margin-top:20px; display:block; overflow:hidden; max-height:90px;}
.d_footer .ul_left .li { line-height:30px; height: 30px; overflow: hidden;}
.d_footer .ul_left .li_f2 li { width:50%; float:left;}
.d_footer .ul_left .li a { font-size:14px; color:#aaa; display:block; overflow: hidden; text-overflow:ellipsis; white-space: nowrap; padding:0 20px 0 0;}
.d_footer .ul_left .li:hover a { color:#fff;}
.d_footer .right_d{width:18%; float:right;}
.d_footer .top_g{padding-left:42px; width:100%; color:#fff; position:relative;font-size:16px; line-height:24px;} 
.d_footer .top_g .i{width:25px; height:22px; background:url(../images/907_tel_1.png)no-repeat; position:absolute; left:0; top:0;}
.d_footer .top_g .b{font-size:23px; line-height:28px; font-weight:normal;}
.d_footer .bot_g{display:block; width:100%; padding-left:3px; margin-top:10px;}
.d_footer .span_1 { display:block; width:120px; height:120px; overflow:hidden; margin:0; padding:0; float:left; position:relative;}
.d_footer .span_1 img { display:block; max-width:100%; max-height:100%; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0;}
.d_footer .span_2 { float:left; border-top:1px solid #666; border-bottom:1px solid #666; color:#aaa; font-size:14px; line-height:28px; padding:20px 12px; margin:18px 0 0 20px; writing-mode: vertical-rl;/*从左向右 从右向左是 writing-mode: vertical-rl;*/ writing-mode: tb-rl;/*IE浏览器的从左向右 从右向左是 writing-mode: tb-rl；*/}
.d_footer .ul{margin-top:0; position:relative; display:block; border-top:1px dashed #52565a; width:100%; padding:20px 0;}
.d_footer .h5_a { width:9%; padding-left:24px; line-height:30px; position:relative; font-size:16px; float:left; color:#aaa; box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box; -o-box-sizing:border-box; -webkit-box-sizing:border-box;}
.d_footer .h5_a .i { width:16px; height:16px; background:url(../images/907_link.png)no-repeat; position: absolute; left:0; top:7px;}
.d_footer .ul_a { width:91%; line-height:30px; color:#aaa; float:left;}
.d_footer .ul_a a { color:#aaa; font-size:14px; padding:0 18px 0 0; line-height:30px; display:inline-block;}
.d_footer .ul_a a:hover { color:#fff;}
.d_footer .ul .span{font-size:14px; float:right;}
.d_footer .ul .span a{color:#bdbebf; font-size:14px;}
.bottom_d{background:#c30d23; padding:15px 0; line-height:26px; width:100%; display:block;}
.bottom_d .span_3{float:left; width:90%; line-height:26px; font-size:14px; color:#fff;}
.bottom_d .span_4{float:right; line-height:24px; color:#fff; font-size:14px;}
.bottom_d .span_4 a{ color:#fff; font-size:14px;}
.bottom_d .span_4:hover a{color:#fff;}
.pf_down{display:none; box-shadow:0 -6px 4px -6px #ccc;}
.bottom_d .span_3 p{ color:#fff;}
.bottom_d .span_3 p span, .bottom_d .span_3 p a { color:#fff;}
.bottom_d .span_3 p a:hover { color:#fff;}

/*右侧在线咨询*/
.oline_zxzx{width:180px;height:auto;border-radius:5px;background-color:#fff;-webkit-box-shadow:0 5px 9px rgba(4,0,0,.17);box-shadow:0 5px 9px rgba(4,0,0,.17);position:fixed;right:10px;top:260px;z-index:99999;}
.oline_zxzx .hd{padding:20px;line-height:16px;height:16px;background:#c30d23;color:#fff;font-size:14px;position:relative;border-radius: 5px 5px 0 0;}
.oline_zxzx .hd i.close{display:block;width:18px;height:18px;background:url(../images/online_close.png) center center no-repeat;position:absolute;right:20px;top:18px;cursor: pointer;transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;}
.oline_zxzx ul li a{padding:12px 17px;height:18px;line-height:18px;background:#f5f5f5;color:#353434;display:block;border-bottom:#fff 1px solid;transition:all ease-out .3s;font-size:14px;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}
.oline_zxzx ul li a i{display:inline-block;width:20px;height:20px;background:url(../images/online_qq.png) center center no-repeat;vertical-align: middle;margin-right: 8px;transition: all ease-out .3s;}
.oline_zxzx .oline_qq_tel{padding: 20px 20px;}
.oline_zxzx .oline_qq_tel>div{line-height: 14px;height: 14px; margin-bottom: 10px;color: #898989;font-size:14px;}
.oline_zxzx .oline_qq_tel>div i{display:inline-block;vertical-align:middle;width:20px;height:20px;background:url(../images/online_tel.png) center center no-repeat;margin-right: 4px;transition: all ease-out .3s;}
.oline_zxzx .oline_qq_tel>p{color: #929292;line-height: 18px;font-size: 16px;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}
.oline_zxzx .oline_qq_tel img{max-width:100%;margin-top:10px;}
.oline_zxzx ul li a:hover{padding: 18px 30px;color: #fff;background: #565656;}
.oline_zxzx ul li a:hover i{background:url(../images/online_qq2.png) center center no-repeat;}
.oline_zxzx .hd i.close:hover{color:#fff;transform:rotate(90deg);-ms-transform:rotate(90deg);undefined:undefined;-moz-transform:rotate(90deg);undefined:undefined;-webkit-transform:rotate(90deg);undefined:undefined;-o-transform:rotate(90deg);undefined:undefined;}

.ny_banner{width:100%;position:relative;background:url(../images/ny_banner1.jpg) center center no-repeat;overflow: hidden;}
.ny_banner .slideshow {height: 300px;overflow: hidden;background-repeat: no-repeat;background-position: center center;background-size: cover;}

/*内页一大堆*/
.ny_content{width:90%;max-width:1280px;margin:0 auto;}
.ny_content .content_left{float:left;width:22%;}
.ny_content .content_left .c_tlt { width:100%; height: auto; overflow: hidden; margin: 0 auto; padding: 12px 20px; background: #c30d23; box-sizing: border-box;text-align:center;}
.c_tlt p { width:100%; height: 30px; overflow: hidden; line-height: 30px; color: #fff; font-size: 24px; font-weight:bold; margin: 0 auto 4px; padding: 0;}
.c_tlt span { display:block; width:100%; height: 20px; overflow: hidden; line-height: 20px; color: rgba(255, 255, 255, 0.5); font-family: "Arial"; font-size: 14px; text-transform:uppercase; margin: 0 auto; padding: 0;}
.pro_mulu li a{display:block;height:40px;line-height:40px;text-align:left;padding:0 20px;background:#f1f1f1;color:#555;font-size:14px;margin-bottom:5px;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}
.pro_mulu li div a{background:#ffffff;height:30px;line-height:30px;font-size:12px;}
.pro_mulu a.pro_more{background:#ddd;display:block;text-align:center;height:40px;line-height:40px;}
.news_l{padding:10px;border-top:none;margin-bottom:20px; background: #f5f5f5;}
.news_l li{width:100%;margin:0 auto;background:#fff;margin-bottom:5px;}
.news_l li a{display:block;font-size:14px;color:#333;padding-left:20px;padding-right:5px;background:url(../images/news.png) 10px center no-repeat;height:40px;line-height:40px;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}
.news_l li a:hover{color:#c30d23;}

.ny_content .content_right{float:right;width:76%;}
.ny_content .content_right2{float:none;width:100%;padding:0;}
.ny_content  .bread_nav{margin-bottom:40px;padding: 0 0 0 0;}
.ny_content  .bread_nav .bread_nav_in{overflow:hidden;border-bottom: 1px solid #efefef;padding-bottom:12px;line-height:40px;}
.ny_content  .bread_nav .h_d { width:20%; overflow:hidden; color:#333; font-size:24px; font-weight:bold; text-align: left; margin:0; padding:0; float:left;}
.ny_content  .bread_nav div { width:78%; text-align:right; overflow:hidden; color:#999; font-size: 14px; text-overflow: ellipsis; white-space:nowrap; float:right;}
.ny_content  .bread_nav div a { color:#999;}
.ny_content  .bread_nav div a:hover { color:#c30d23;}
.ny_content .content_right .conn { color:#555;font-size:14px;line-height:28px;padding: 0 0 0 0;}
.ny_content .ny_news_con { min-height:320px; margin:0; color:#666!important; font-size:14px!important; font-family: "Arial","微软雅黑","Microsoft Yahei","Verdana", "sans-serif"!important; line-height:32px!important; word-break: break-all!important;}
.ny_news_con div, .ny_news_con p, .ny_news_con p span { color:#666!important; font-size:14px!important; font-family: "Arial","微软雅黑","Microsoft Yahei","Verdana", "sans-serif"!important; line-height:32px!important; word-break: break-all!important;}
.ny_news_con table { margin:0!important; padding:0!important;}
.ny_news_con table tr td { vertical-align:inherit!important;}
.ny_news_con table tr td p, .ny_news_con table tr td p span { color:#666!important; font-size:14px!important; font-family: "Arial","微软雅黑","Microsoft Yahei","Verdana", "sans-serif"!important; line-height:22px!important; word-break: break-all!important;}

.new_inside { width:100%;}
.new_inside ul li { width:100%;margin:0 auto; padding:20px 0 19px 120px; border-bottom:1px dashed rgba(0,0,0,.06); position:relative; transition:all .3s ease-out 0s; box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box; -o-box-sizing:border-box; -webkit-box-sizing:border-box;}
.new_inside ul li:hover { background-color:#fff; border-bottom:1px dashed #fff; box-shadow:0 5px 20px rgba(0,0,0,0.1); padding:20px 20px 19px 140px;}
.news_box { width:100%; overflow:hidden;}
.news_txt { padding:0;transition:all .3s ease-out 0s;}
.news_box:hover .news_txt {}
.news_txt a { display:block; width:100%; height:40px; overflow:hidden; line-height:40px; color:#333; font-size:18px; text-overflow:ellipsis; white-space: nowrap; margin:0 auto; padding:0; transition:all .3s ease-out 0s;}
.news_box .news_txt p { width:100%; height: 48px; overflow: hidden; line-height:24px; color:#999; font-size:14px; text-indent:2em; display: -webkit-box; -webkit-line-clamp:2; -webkit-box-orient: vertical; text-overflow: ellipsis;}
.news_box:hover .news_txt a {color:#c30d23;}

.new_inside ul li .news_date { width:100px; height:80px; background-color:#fff; box-shadow:0 2px 4px rgba(0,0,0,0.1); color:#999; padding:0; transition:all .3s ease-out 0s; position:absolute; left:0; top:24px; border-radius: 4px;}
.new_inside ul li .news_date span { display:block; width:100%; height:40px; overflow:hidden; line-height:50px; color:#999; font-size:15px; text-align:center; background-color:rgba(0,0,0,0.02); margin:0 auto; padding:0; border-radius: 4px 4px 0 0;}
.new_inside ul li .news_date i { display:block; width:100%; height:40px; overflow:hidden; line-height:32px; color:#c30d23; font-size:24px; font-weight:bold; font-style:normal; text-align:center; margin:0 auto; padding:0;}
.new_inside ul li:hover .news_date { background-color:#c30d23; left:20px;}
.new_inside ul li:hover .news_date span { background-color:rgba(255,255,255,0.1); color:#fff;}
.new_inside ul li:hover .news_date i { color:#fff;}

.arrow_left {position:absolute;top:75px;left:0px;width:35px;height:35px;text-align:center;border:1px solid #fff;transition:all .6s cubic-bezier(.215,.61,.355,1) 0s;background:url(../images/icon.png) no-repeat 9px 14px;}
.news_box:hover .arrow_left {border:1px solid #c30d23;background:url(../images/icon_hover.png) no-repeat 9px 14px #c30d23;}
.arrow_left i {width:14px;height:9px;display:block;margin:13px 0 0 11px;}

.news_txt a span::before {width:35px;height:1px;content:'';background:#BFBFBF;position:absolute;top:14px;left:80px;transition:all 0.3s ease-out 0s;}
.news_box:hover .news_txt a span::before {width:60px;transition:all 0.3s ease-out 0s;background:#7D7D7D;}
.news_box:hover .news_date span {color:#333;}
.news_box:hover .news_date {padding:0 42px 0 0;}

.ny_content .conn .ny_news_tlt { width:100%; overflow:hidden; line-height:44px; text-align:center;font-size:30px; color:#333; font-weight:bold; padding:0;}
.ny_news_time { width:100%; overflow:hidden; text-align:center; font-size:14px; color:#999; margin:20px auto; padding:6px 0; background: #f8f8f8;}
.ny_news_ye { margin:20px auto; padding:0;}
.ny_news_ye1 { margin:40px auto; padding:0;}
.ny_news_ye p { height:40px; line-height:40px; color:#666; font-size:14px; background-color:#f8f8f8; margin:10px auto; padding:0 20px; overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}
.ny_news_ye p a { color:#666; font-size:14px;}
.ny_news_ye p a:hover { color:#c30d23;}
.ny_content .conn ul.h_product_bd{padding-top:20px;}
.ny_content .conn ul.h_product_bd li{float:left;width:30%;margin-right:45px;margin-bottom:30px;}
.ny_content .conn ul.h_product_bd2 li{margin-right:60px;}
.ny_content .conn ul.h_product_bd li:nth-child(3n) {margin-right: 0px;}
.ny_content .conn ul.h_product_bd li div{display:block;background:#ffffff;padding:10px 10px 80px;position:relative;-moz-box-shadow: 0px 0px 1px rgba(0,0,0,.3);-webkit-box-shadow: 0px 0px 1px rgba(0,0,0,.3);box-shadow: 0px 0px 1px rgba(0,0,0,.3);}
.ny_content .conn ul.h_product_bd li div .show_pro_img{width:100%;height:220px;text-align:center;overflow:hidden;background:#fff;}
.ny_content .conn ul.h_product_bd li div .show_pro_img img{vertical-align:middle;max-width:100%;max-height:100%;-webkit-transition-duration: 1s;
transition-duration: 1s;}
.ny_content .conn ul.h_product_bd li div .show_pro_img .iblock {display:inline-block;height:100%;width:0;vertical-align:middle}
.ny_content .conn ul.h_product_bd li div p{padding:5px 1%;position:absolute;bottom:0;left:0;width:98%;background:#ffffff;color:#333;font-size:18px;text-align:center;transition-duration: .5s;-ms-transition-duration: .5s;-moz-transition-duration: .5s;-webkit-transition-duration: .5s;}
.ny_content .conn ul.h_product_bd li div p span{padding-top:4px;display:block;height:30px;line-height:30px;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;font-weight: bold;}
.ny_content .conn ul.h_product_bd li div p em{display:block;font-size:16px;height:26px;line-height:26px;padding-bottom:15px;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}

.ny_content .conn ul.h_product_bd li div:hover p em{display:block;}
.ny_content .conn ul.h_product_bd li div:hover p span{height:40px;line-height:40px;}
.ny_content .conn ul.h_product_bd li div:hover .show_pro_img img{-webkit-transform: scale(1.1);-ms-transform: scale(1.1);transform: scale(1.1);transform:translate(0,-20px);-webkit-transform:translate(0,-20px);-ms-transform:translate(0,-20px);}
.ny_content .conn ul.h_product_bd li div:hover p{height: 80px;background: #c30d23;color:#ffffff;}

.content_left .show_menu{width:100%;margin-bottom:20px;}

.page_list { margin:10px auto 40px;}
.page_list1 { margin:40px auto;}
.ly_msg h3 { display:none;}

.content_right .conn .pro_name{font-size:24px;font-weight:normal;line-height:28px;color:#c30d23;margin-bottom:10px;}

.content_right .conn .proshow1{padding-top:40px;position:relative;}
.content_right .conn .proshow1 .js-silder{float:left;width:45%;margin-top:0 !important;border:1px solid #ddd;}
.proshow1 .js-silder .silder-main-img {width:100%;text-align:center;height:500px;}
.proshow1 .js-silder .silder-main-img img {max-width:80% !important;max-height:100%;vertical-align:middle}
.proshow1 .js-silder .silder-main-img .iblock {display:inline-block;height:100%;width:0;vertical-align:middle}
.proshow1 .prodesc p{font-size:14px;line-height:24px;margin-bottom:10px;}
.proshow1 .prodesc p.bt{font-size:20px;font-weight:bold;color:#c30d23;}
.content_right .conn .proshow1 .prodesc{float:right;width:51%;}
.content_right .conn .proshow1 .prodesc p.desc{height:125px;overflow:hidden;color:#999;}
.content_right .conn .proshow1 .pro_btn{padding-top:30px;overflow:hidden;}
.content_right .conn .proshow1 .pro_btn1{display:block;width:40%;margin-right:20px;height:55px;line-height:55px;text-align:center;font-size:16px;color:#fff;background:#c30d23;border-radius:2px;float:left;border:1px solid #fff;}
.content_right .conn .proshow1 .pro_btn2{display:block;width:40%;margin-right:0;height:55px;line-height:55px;text-align:center;font-size:16px;background:#7b7b7b;color:#fff;border-radius:2px;float:left;border:1px solid #fff;}
.content_right .conn .proshow1 .pro_btn1:hover{background:#fff;border:1px solid #c30d23;color:#c30d23;}
.content_right .conn .proshow1 .pro_btn2:hover{background:#fff;border:1px solid #7b7b7b;color:#7b7b7b;}

.show_list { margin:20px auto 40px;}
.show_list1 { margin:0 auto 20px;}
.content_right .conn .xgcp {}
.content_right .conn .xgcp li { float: left; width: 23.5%; margin:0 2% 0 0; padding:10px; box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box; -o-box-sizing:border-box; -webkit-box-sizing:border-box;}
.content_right .conn .xgcp li:nth-child(4n) {margin: 0;}

.tags_title{border-bottom:1px solid #f1f1f1;margin:20px 0 30px;}
.tags_title span{width:100px;padding:0 15px;font-size:18px;text-align:center;height:48px;line-height:48px;margin-bottom: -1px;background:#c30d23;color:#fff;display:block;margin-left: 0;font-weight:bold;}

.proshow2{padding-top:40px;}
.proshow2 .prodetail_con{float:right;width: 76%;}
.proshow2 .prodetail_con .tags_title{margin:0 0 30px;}
.proshow2 .prodetail_con .content { margin:30px auto;}
.proshow2 .prodetail_con .content img { max-width:80%; height:auto !important;}

/*联系方式*/
.contact .tags_title{}
.contact .tags_title span{float:left;width:auto;cursor:pointer;margin-right: 5px;}
.contact .tags_title span.ron{background:#f1f1f1;/*border: 1px solid #f1f1f1;border-bottom: 1px solid #DDD;*/color:#666;font-weight:normal;}
.contact .content2{display:none;}
.contact .content1 ul{}
.contact .content1 ul li{float: left;width:30%;margin-right: 45px;}
.contact .content1 ul li:nth-child(3n){margin-right:0;}
.contact .content1 ul li a{display:block;}
.contact .content1 ul li a em{display:block;float:left;width:60px;height:60px;border:1px solid #ddd;border-radius:50%;margin-right:15px;}
.contact .content1 ul li.lx1 em{background:url(../images/contact_tel.png) center center no-repeat;}
.contact .content1 ul li.lx2 em{background:url(../images/contact_email.png) center center no-repeat;}
.contact .content1 ul li.lx3 em{background:url(../images/contact_address.png) center center no-repeat;-webkit-animation: bounce-up 1.4s linear infinite;animation: bounce-up 1.4s linear infinite;}
.contact .content1 ul li a .wz{float:left;width:78%;}
.contact .content1 ul li a .wz p{font-size:18px;padding-bottom:10px;}
.contact .content1 ul li a .wz span{font-size:18px;}
.lx_dz { width:100%; height:370px; overflow:hidden; margin:0 auto; padding:10px; border:1px solid #d9d9d9; box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box; -o-box-sizing:border-box; -webkit-box-sizing:border-box;}
.lx_dz .dz_map { width:100%; height:100%; overflow:hidden; margin:0 auto; padding:0; box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box; -o-box-sizing:border-box; -webkit-box-sizing:border-box;}
.lx_dz .dz_map #container { height:120%;}
.lx_dz .dz_map iframe { width:100%;}
.lx_dz .dz_map iframe body { width:100%;}

/*分页*/
.page_list{text-align:center;}
.page_list a{display:inline-block;padding:0 10px;background:#f5f5f5;height:35px;line-height:35px;text-align:center;margin-right: 5px;border-radius:2px;}
.page_list a:hover{background:#c30d23;color:#ffffff;}
.page_list a.pnnum1{background:#c30d23;color:#ffffff;}
.page_list input{display:inline-block;padding:0 5px;background:#c30d23;width:40px !important;height:30px !important;line-height:30px;text-align:center;margin:0 5px;color:#fff;cursor:pointer;}
.page_list .p_input{display:inline-block;padding:0 5px;background:#f5f5f5;height:30px;line-height:30px;text-align:center;margin:0 5px;color:#555;cursor:default;}

/*留言*/
.cpzx .ly_msg { width: 100%; overflow: hidden; margin:0 auto 20px!important; padding: 0;}
.cpzx .ly_msg h3 { width: 100%; height: 40px; overflow: hidden; line-height: 40px; margin: 0 auto; padding: 0; border-bottom: 1px solid #dfdfdf; color: #333; font-size: 14px; font-weight: bold; text-align: center;}
.cpzx .ly_msg ul { width: 100%; overflow:hidden; margin:0 auto!important; padding: 0;/* box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;*/}
.cpzx .ly_msg ul li { width: 100%; overflow: hidden; margin: 0 auto 20px; padding: 0;}
.cpzx .ly_msg ul li h4 { width:17%; height: 34px; overflow: hidden; line-height: 34px; margin: 0; padding: 0 20px 0 0; color: #333; font-size: 14px; text-align: right; float: left; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.cpzx .ly_msg ul li .msg_ipt1, .ly_msg ul li .msg_tara { width: 83%; overflow: hidden; margin: 0; padding-right: 20px; background:url(/images/tb_img.png) top right no-repeat; float: left; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.cpzx .ly_msg ul li .msg_ipt1 { height: 34px;}
.cpzx .ly_msg ul li .msg_tara { height: 118px;}
.cpzx .msg_ipt1 input, .msg_tara textarea { display: block; width: 100%; overflow: hidden; margin: 0; padding: 8px 15px; color: #666; font-size: 12px; border: 1px solid #dfdfdf; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.cpzx .msg_ipt1 input { height: 34px; line-height: 16px;}
.cpzx .msg_tara textarea { height: 118px; line-height: 20px; resize: none;}
.cpzx .ly_msg ul li .msg_ipt2 { width: 120px; height: 34px; overflow: hidden; margin-right: 10px; padding:0; float: left;}
.cpzx .msg_ipt2 input { display: block; width: 120px; height: 34px; overflow: hidden; line-height: 16px; margin: 0; padding: 8px 15px; color: #666; font-size: 12px; border: 1px solid #dfdfdf; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.cpzx .ly_msg ul li a.yzm_img { display: block; width: 90px; height: 34px; overflow: hidden; margin: 0; padding-right: 20px; background:url(/images/tb_img.png) top right no-repeat; float: left;}
.cpzx .ly_msg ul li .msg_btn { width:83%; overflow: hidden; margin: 0; padding: 0; float: left;}
.cpzx .msg_btn input { display: block; width: 100px; height: 34px; overflow: hidden; line-height: 32px; margin: 20px 15px 0 0; padding: 0; background-color: #f0f0f0; color: #333; font-size: 13px; text-align: center; border: 1px solid #ccc; float: left;}
.cpzx .ly_msg ul li .msg_ipt12 {width: 83%; height: 34px; overflow: hidden; margin: 0; padding-right: 20px; float: left; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.cpzx .msg_ipt12 input { height: 34px; line-height: 16px; display: block; width: 100%; overflow: hidden; margin: 0; padding: 8px 15px; color: #666; font-size: 12px; border: 1px solid #dfdfdf; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}

.cpzx .ly_msg ul li h4 {width: 10%;height: 45px;font-size:14px;}
.cpzx .ly_msg ul li .msg_ipt1, .ly_msg ul li .msg_tara {width: 90%;}
.cpzx .ly_msg ul li .msg_ipt1, .ly_msg ul li .msg_tara {width: 90% !important;}
.cpzx .ly_msg ul li .msg_ipt1 {height: 47px;}
.cpzx .msg_ipt1 input { height: 45px; line-height: 45px;}
.cpzx .ly_msg ul li .msg_ipt12 {width: 90% !important;height: 45px !important;}
.cpzx .msg_ipt12 input {height:45px;}
.cpzx .ly_msg ul li .msg_ipt1 select{height: 45px !important;}
.cpzx input{border-radius:2px;border:1px solid #fff !important;background:#f1f1f1;}
.cpzx textarea{border-radius:2px;border:1px solid #fff !important;background:#f1f1f1;}
.cpzx select{border-radius:2px;border:none !important;background:#f1f1f1;outline:none;text-indent:10px;}
.cpzx input:focus,.cpzx textarea:focus{border: 1px solid #dedede !important;}
.cpzx  .ly_msg ul li a.yzm_img img{height:100% !important;}
.cpzx .msg_btn input{width:150px;height:45px;line-height:45px;cursor:pointer; margin:0 20px 0 0!important;}
.cpzx .msg_btn input:first-child{background:#c30d23;color:#fff;}
.cpzx  .msg_ipt2 input {height: 45px;}
.cpzx  .ly_msg ul li .msg_ipt2{height: 45px;}

/*详情页内容超出设置*/  
#c_detail_wrap img,#c_detail_wrap p,#c_detail_wrap span,#c_detail_wrap div,#c_detail_wrap video,#c_detail_wrap embed{width:auto !important;height:auto !important;max-width:100% !important;max-height: 100%;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;white-space:normal;word-break:break-all;word-break: normal;}  
  
#c_detail_wrap #new-div{overflow-x: hidden;overflow-y: hidden;width: 100%;position:relative;}  
#c_detail_wrap #new-div .zoom-caret{display:block;position: absolute;top: 10px;right: 5px;font-size: 50px;color: #a7a5a5;z-index: 2;padding: 0;margin: 0;opacity: .3;}  
#c_detail_wrap #new-div table{transform-origin: left top;border-collapse: collapse;max-width: none!important;width: auto;}  
#c_detail_wrap #new-div table td{padding: 3px;border: 1px solid #ccc;}  
  
#c_detail_wrap #new-div.on{overflow:scroll; width: 100%;}  
#c_detail_wrap #new-div.on .zoom-caret{display:none;}  
  
/*设置滚动条样式*/  
#c_detail_wrap #new-div::-webkit-scrollbar {height:2px;}/* 滚动槽 */  
#c_detail_wrap #new-div::-webkit-scrollbar-track {background-color:#f0f0f0;border-radius:0px;}/* 滚动条滑块 */  
#c_detail_wrap #new-div::-webkit-scrollbar-thumb {background-color:#bfbfbf;}  
#c_detail_wrap #new-div::-webkit-scrollbar-thumb:window-inactive {background-color:#3c3c3c;}  

/*产品目录页产品板块*/
.pro_bdlist { width:100%; height:auto; margin:0; padding:0;}
.pro_bdlist li { width:100%; height:auto; background-color:#f8f8f8; margin:0 auto 20px; padding:20px; box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box; -o-box-sizing:border-box; -webkit-box-sizing:border-box;}
.pro_bdlist li:hover { background-color: #fff; box-shadow: 0 5px 20px rgba(0,0,0,0.1);}
.pro_bdlist li .pic { float:left;width:26%;height:188px;background:#fff;overflow:hidden;}
.pro_bdlist li .pic a { display:block;width:100%;height:100%;text-align:center;}
.pro_bdlist li .pic a img { max-width:95%;max-height:95%;vertical-align:middle;webkit-transition: -webkit-transform .8s ease;transition: -webkit-transform .8s ease;transition: transform .8s ease;transition: transform .8s ease, -webkit-transform .8s ease;-webkit-transform-origin: center center;transform-origin: center center;}
.pro_bdlist li .pic a .iblock { display:inline-block;height:100%;width:0;vertical-align:middle}
.pro_bdlist li .wz { float:right; width:71%;}
.pro_bdlist li .wz .tlt { display:block;font-size:18px;color:#333;height:40px;line-height:40px;margin-bottom:10px;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}
.pro_bdlist li .wz .desc { width:100%; height:48px; overflow:hidden; line-height:24px; color:#999; font-size:14px; display: -webkit-box; -webkit-line-clamp:2; -webkit-box-orient: vertical; text-overflow: ellipsis;}
.pro_bdlist li .wz .cs { font-size:14px;color:#999;padding:10px 0;width:100%; overflow:hidden; white-space:nowrap;text-overflow:ellipsis;display: block;margin-bottom: 6px;}
.pro_bdlist li .wz .cs span { color:#555;}
.pro_bdlist li .wz .ckxq { display:-moz-inline-stack;display:inline-block;*display:inline; zoom:1; font-size:14px; color:#c30d23; background-color:#fff; padding:3px 36px;transition:all .5s;-webkit-transition:all .5s;-ms-transition:all .5s;-moz-transition:all .5s;-o-transition:all .5s;}
.pro_bdlist li:hover .wz .ckxq { background-color: #c30d23; color: #fff;}
.pro_bdlist li:hover .wz .tlt { color:#c30d23;}
.pro_bdlist li:hover img { transform: scale(1.1) translateZ(0); -ms-transform: scale(1.1) translateZ(0); -webkit-transform: scale(1.1) translateZ(0); -o-transform: scale(1.1) translateZ(0);-moz-transform: scale(1.1) translateZ(0);}

/**产品详细介绍**/
.tjpro_tit {width:100%; height: 40px; overflow: hidden; line-height: 40px; color: #333; font-size: 24px; margin: 0 auto 10px; padding: 10px 0; border-bottom: 1px solid #eaeaea;}
.ny_main{padding-top:40px;}
.prodetail_con { width:100%; overflow: hidden; margin: 0 auto; padding: 0;}
.prodetail_con .prodetail_tit { width:100%; height: 40px; overflow: hidden; line-height: 40px; color: #333; font-size: 24px; margin: 0 auto 40px; padding: 10px 0; border-bottom: 1px solid #eaeaea;}
.prodetail_con .pro_xxjs { width:100%; overflow: hidden; margin: 40px auto; padding: 0;}
.pro_xxjs b { display:block; width: 100%; overflow: hidden; line-height: 26px; color: #333; font-size: 14px; font-weight: bold; margin: 0 auto; padding: 0;}
.pro_xxjs p, .pro_xxjs div { display:block; width: 100%; overflow: hidden; line-height: 26px; color: #666; font-size: 14px; text-align: justify; text-indent: 2em; margin: 0 auto; padding: 0;}
.pro_xxjs img { display:inline-block; max-width: 100%; margin: 10px auto; padding: 0;}
/**prodetail**/
.pro_detail_main { width:100%; height:auto; margin: 40px auto 0; padding: 0; position: relative;}
.pro_detail_main .pro_detail_img { width:480px; height: 480px; overflow: hidden; margin: 0; padding: 10px; border: 1px solid #eaeaea; box-sizing: border-box; float: left;}
.pro_detail_img .pro_detail_img_main { width:100%; height: 100%; margin: 0 auto; padding: 0; position: relative;}
.pro_detail_img_main img { display:block; max-width: 100%; max-height: 100%; margin: auto; padding: 0; position: absolute; left: 0; top: 0; right: 0; bottom: 0;}
.pro_detail_main .pro_detail_text { width:53%; min-height:360px; overflow: hidden; margin: 0; padding: 0 0 80px; float: right; position:relative;}
.pro_detail_text h1 { width:100%; overflow: hidden; line-height: 40px; color: #c30d23; font-size: 30px; text-align: justify; margin: 0 auto; padding: 0;}
.pro_detail_text .jyms { width:100%; height:140px; overflow:hidden; margin:20px auto; padding:20px; background-color:#f8f8f8; box-sizing: border-box;}
.pro_detail_text .jyms p { width:100%; height:100px; overflow:hidden; line-height:25px; color:#999; font-size:14px; text-align: justify; margin:0 auto; padding:0; display: -webkit-box;-webkit-line-clamp:4; -webkit-box-orient: vertical; text-overflow: ellipsis;}
.pro_detail_text .jyms p span { color:#333; font-weight: bold;}
.pro_detail_text ul { width:100%; margin: 20px auto; padding: 0;}
.pro_detail_text ul li { width:50%; height:30px; overflow: hidden; line-height: 30px; color: #888; font-size: 15px; text-align: justify; white-space:nowrap; text-overflow: ellipsis; margin: 6px auto; padding: 0; float:left;}
.pro_detail_text ul li img { display:block; width:16px; height:16px; overflow:hidden; margin:7px 4px 7px 0; padding:0; float:left;}
.pro_detail_text ul li span { color:#333;}
.pro_detail_text .pro_detail_btn { width:100%; height: 60px; overflow: hidden; margin: 0 auto; padding: 0; position:absolute; left:0; bottom:0;}
.pro_detail_btn a { display:block; width: 48%; height: 60px; overflow: hidden; line-height: 60px; color: #fff; font-size: 22px; text-align: center; margin: 0; padding: 0; float: left;}
.pro_detail_btn a.prodtl_btn1 { float:left; margin: 0 4% 0 0; background-color: #c30d23;}
.pro_detail_btn a.prodtl_btn2 { float:left; background-color: #555;}
.pro_detail_btn a.prodtl_btn1:hover { background-color: #840a19;}
.pro_detail_btn a.prodtl_btn2:hover { background-color: #c30d23;}

.swiper-container { width: 100%; height: 100%;}
.swiper-slide { text-align: center;}
.swiper-slide .part { width:100%; height: 100%; position: relative;}
.swiper-slide .part img { display:block; max-width: 100%; max-height: 100%; margin: auto; padding: 0; position: absolute; left: 0; top: 0; right:0; bottom:0;}
.swiper-pagination-bullet { width: 8px; height: 8px; background-color: rgba(0,0,0,0.5);}
#swiper-container-01 .swiper-pagination-bullet-active { background-color: #0d59ab;}

/**产品详情页产品图片切换**/
.prodetail_img { width:44%; height: 440px; margin: 0; padding: 0; box-sizing: border-box; float: left;}
#preview { width:100%; margin:0; text-align:center; position:relative;}
.list-h li { float:left;}
#spec-n5 { width:100%; height:70px; padding-top:10px; overflow:hidden;}
#spec-left { width:16px; height:64px; float:left; cursor:pointer; margin-top:3px;}
#spec-right { width:16px; height:64px; float:left;cursor:pointer; margin-top:3px;}
#spec-list { width:100%; float:left; overflow:hidden; margin:0; display:inline;}
#spec-list ul { }
#spec-list ul li { float:left; display:inline; padding:0; width:18.4%; height:70px; margin:0 2% 0 0;}
#spec-list ul li:last-child { margin:0;}
#spec-list ul li p { width:100%; height:100%; overflow:hidden; margin:0; padding:0; border:1px solid #eaeaea; position:relative; box-sizing: border-box;}
#spec-list ul li:hover p { border:1px solid #0d59ab;}
#spec-list ul li img { display:block; max-width:94%; max-height:94%; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0;}
/*jqzoom*/
.jqzoom { position:relative; width:100%; height:360px; overflow:hidden; padding:0; border:1px solid #eaeaea; box-sizing: border-box;}
.jqzoom img { display:block; max-width:100%; max-height:100%; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0;}
.zoomdiv { z-index:100;position:absolute;top:1px;left:0px; background:url(i/loading.gif) #fff no-repeat center center;border:1px solid #eaeaea;display:none;text-align:center;overflow: hidden; left:104%!important; top:0!important;}
.bigimg { }
.jqZoomPup { width:200px!important; height:200px!important; z-index:10;visibility:hidden;position:absolute;top:0px;left:0px;background:url(../images/mask.png) 0 0 repeat;opacity:0.5;-moz-opacity:0.5;-khtml-opacity:0.5;filter:alpha(Opacity=50);cursor:move;}
#spec-list { position:relative; width:100%; margin:0;}
#spec-list div { width:100%!important; height:70px!important; margin:0;}

#ceshi { display:block; margin:auto!important; left:0; top:0; bottom:0; right:0;}

.prodetail_img a.videoIco { left:20px!important; bottom:20px!important; z-index:99!important;}
.Warning { width:100%!important; height:100%!important;}

.proshowParameter table{width:100% !important;}
.proshowParameter table td:after { content: ""; display: inline-block; height: 100%; width: 0; vertical-align: middle;}


/**关于我们**/
.lyNy_tab { width:100%; max-width:1280px; overflow:hidden; margin:40px auto; padding:0; background-color:#f4f4f4;}
.lyNy_tab ul li { width:20%; height:50px; overflow:hidden; margin:0; padding:0; float:left;}
.lyNy_tab ul li a { display:block; width:100%; height:50px; overflow:hidden; line-height:50px; color:#555; font-size:17px; text-align:center; margin:0 auto; padding:0; position:relative;}
.lyNy_tab ul li a i { display:none;}
.lyNy_tab ul li a.Nytabon, .lyNy_tab ul li a:hover { color:#fff; background-color:#da0e29;}
.lyNy_tab ul li a.Nytabon i, .lyNy_tab ul li a:hover i { display:block; width:20px; height:10px; overflow:hidden; margin:0 0 0 -10px; padding:0; background:url(../images/tabjt.png) center center no-repeat; position:absolute; left:50%; bottom:0;}

.nyab_tit { width:100%; overflow:hidden; margin:0 auto 40px; padding:0;}
.nyab_tit p { width:100%; height:40px; overflow:hidden; line-height:40px; color:#303030; font-size:30px; font-weight:bold; text-align:center; margin:0 auto; padding:0;}
.nyab_tit span { display:block; width:100%; height:15px; overflow:hidden; line-height:15px; color:#999; font-size:15px; text-align:center; margin:10px auto 0; padding:0;}
.nyab_tit span img { display:inline-block; vertical-align:middle; margin:-4px 20px 0; padding:0;}

.nyab_part1 { width:100%; overflow:hidden; margin:0 auto 40px; padding:0;}
.nyab_part1 .nyabPart1_text { width:52%; overflow:hidden; margin:0; padding:0; float:left;}
.nyabPart1_text .nyabPart1_name { width:100%; height:70px; overflow:hidden; margin:0 auto 20px; padding:20px 0; position:relative;}
.nyabPart1_name i { display:block; width:100%; height:110px; overflow:hidden; line-height:110px; color:#f7f7f7; font-size:130px; font-weight:bold; font-style:normal; margin:0; padding:0; position:absolute; left:0; top:0;}
.nyabPart1_name p { width:100%; height:40px; overflow:hidden; line-height:40px; color:#333; font-size:32px; font-weight:bold; text-overflow:ellipsis; white-space: nowrap; margin:0 auto 5px; padding:0; position:absolute; left:0; top:20px;}
.nyabPart1_name span { display:block; width:100%; height:25px; overflow:hidden; line-height:25px; color:#999; font-size:18px; text-overflow:ellipsis; white-space: nowrap; margin:0 auto; padding:0; position:absolute; left:0; top:65px;}
.nyabPart1_text .nyabPart1_con { width:100%; overflow:hidden; line-height:30px; color:#999; font-size:15px; text-align:justify; margin:0 auto; padding:0;}
.nyabPart1_con p, .nyabPart1_con span, .nyabPart1_con em { line-height:30px!important; color:#666!important; font-size:15px!important;}
.nyab_part1 .nyabPart1_img { width:44%; height:400px; overflow:hidden; margin:0; padding:0; float:right; position:relative;}
.nyabPart1_img img { display: block; width: 100%; height: 100%; object-fit: cover; margin: auto; padding: 0; position: absolute; left: 0; top: 0; right: 0; bottom: 0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.nyabPart1_img i { width:60%; height:0; overflow:hidden; background-image: linear-gradient(to right, #c30d23 , rgba(195,13,35,0)); margin:0; padding:0; position:absolute; bottom:0; left:0;}
.nyab_part1:hover .nyabPart1_img img { -webkit-transform: scale(1.1);-moz-transform: scale(1.1);transform: scale(1.1);}

.nyab_part2 { width:100%; overflow:hidden; margin:0 auto 40px; padding:0; background-color:#f9f9f9;}
.nyab_part2 .nyabPart2_img { width:50%; height:380px; overflow:hidden; margin:0; padding:0; position:relative; float:left;}
.nyabPart2_img img { display: block; width: 100%; height: 100%; object-fit: cover; margin: auto; padding: 0; position: absolute; left: 0; top: 0; right: 0; bottom: 0;transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.nyab_part2:hover .nyabPart2_img img { -webkit-transform: scale(1.1);-moz-transform: scale(1.1);transform: scale(1.1);}
.nyab_part2 .nyabPart2_text { width:50%; height:380px; overflow:hidden; margin:0; padding:30px 40px; position:relative; float:left; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.nyabPart2_text ul li { width:100%; overflow:hidden; margin:0 auto 25px; padding:0;}
.nyabPart2_text ul li span { display:block; width:140px; height:40px; overflow:hidden; line-height:40px; color:#fff; font-size:16px; text-align:center; background-color:#c30d23; border-radius:20px; float:left; margin:2px 0 0;}
.nyabPart2_text ul li p { width:400px; overflow:hidden; line-height:22px; color:#888; font-size:14px; margin:0; padding:0; float:right;}
.nyabPart2_text ul li:hover span { background-color:#333;}
.nyabPart2_text ul li:hover p { color:#333;}

.nyab_part3 { width:100%; min-height: 240px; overflow:hidden; margin:0 auto 40px; padding:0;}
.nyab_part3 ul li { width:23.5%; overflow:hidden; margin:0 2% 0 0; padding:0; float:left;}
.nyab_part3 ul li:nth-child(4n+4) { margin:0;}
.nyab_part3 ul li a.hnr_img { display: block; width:100%; height:250px; overflow:hidden; margin:0 auto; padding:0; border:1px solid #eee; position:relative; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.nyab_part3 ul li a.hnr_img img { display: block; max-width: 100%; max-height: 100%; margin: auto; padding: 0; position: absolute; left: 0; top: 0; right: 0; bottom: 0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.nyab_part3 ul li:hover a.hnr_img img { -webkit-transform: scale(1.1);-moz-transform: scale(1.1);transform: scale(1.1);}
.nyab_part3 ul li a.hnr_name { display: block; width:100%; height:30px; overflow:hidden; line-height:30px; color:#333; font-size:15px; text-align:center; text-overflow:ellipsis; white-space: nowrap; margin:10px auto 0; padding:0;}
.nyab_part3 ul li:hover a.hnr_name { color:#c30d23;}

/*内页-荣誉资质 开始*/
.ly_NyHonor { width:100%; max-width:1280px; height:auto; margin:40px auto; padding:0;}
.ly_NyHonor .lyNyHonor_list { width:100%; height:auto; margin:0 auto; padding:0;}
.lyNyHonor_list ul li { width:23.5%; overflow:hidden; margin:0 2% 30px 0; padding:10px; background-color:#f6f6f6; float:left; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyNyHonor_list ul li:nth-child(4n+4) { margin:0 0 30px;}
.lyNyHonor_list ul li .lyIdxHonor_img { width:100%; height:220px; overflow:hidden; margin:0 auto 10px; padding:0;}
.lyNyHonor_list ul li .lyIdxHonor_img a { display:block; width:100%; height:100%; overflow:hidden; margin:0 auto; padding:0; background-color:#fff; position:relative;}
.lyNyHonor_list ul li .lyIdxHonor_img a img { display:block; max-width:100%; max-height:100%; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.lyNyHonor_list ul li:hover .lyIdxHonor_img a img { -webkit-transform: scale(1.1);-moz-transform: scale(1.1);transform: scale(1.1);}
.lyNyHonor_list ul li .lyIdxHonor_text { width:100%; overflow:hidden; margin:0 auto; padding:0;}
.lyNyHonor_list ul li .lyIdxHonor_text a { display:block; width:100%; height:40px; overflow:hidden; line-height:40px; color:#333; font-size:16px; text-align:center; white-space: nowrap; text-overflow: ellipsis; margin:0 auto; padding:0;}
.lyNyHonor_list ul li:hover .lyIdxHonor_text a { color:#bb2821;}
.lyNyHonor_list ul li i { display:block; width:0; height:2px; overflow:hidden; margin:0; padding:0; background-color:#bb2821; position:absolute; bottom:0; left:0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.lyNyHonor_list ul li:hover i { width:100%;}
.lyNyHonor_list ul li .lyIdxHonor_img a em { display:block; width:100%; height:100%; overflow:hidden; margin:0 auto; padding:0; background:rgba(195,13,35,0.8) url(../images/hnr_ck.png) center center no-repeat; position:absolute; left:0; top:100%; z-index:1; -webkit-transition: all .5s; -moz-transition: all .5s;-ms-transition: all .5s;-o-transition: all .5s;transition: all .5s;}
.lyNyHonor_list ul li:hover .lyIdxHonor_img a em { top:0;}
/*内页-荣誉资质 结束*/

/*关于我们-荣誉资质 开始*/
.ly_AboutHonor { width:100%; overflow:hidden; margin:0 auto 40px; padding:0;}
.lyAboutHonor_list { width:100%; max-width:1280px; height:auto; margin:0 auto; padding:0 45px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
.ny_honor_scoll { width:100%; padding:0;}
.ny_honor_scoll .item { position:relative;}
.ny_honor_scoll .lSPrev, .ny_honor_scoll .lSNext { background:url(../images/jiantou_l.png) center center no-repeat; width:40px; height:40px; position:absolute; left:-45px; top:50%; margin-top:-22.5px;cursor:pointer;}
.ny_honor_scoll .lSNext { left:auto; right:-45px; background:url(../images/jiantou_r.png) center center no-repeat;}
.ny_honor_scoll .lSPrev:hover { background:url(../images/jiantou_l0.png) center center no-repeat;}
.ny_honor_scoll .lSNext:hover { background:url(../images/jiantou_r0.png) center center no-repeat;}
.ny_honor_scoll .content-slider { width:100%; overflow:hidden;}
.ny_honor_scoll .content-slider li { padding:10px; background-color:#f8f8f8; box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box; position:relative;}
.ny_honor_scoll .content-slider li .lyIdxHonor_img { width:100%; height:220px; overflow:hidden; margin:0 auto 10px; padding:0;}
.ny_honor_scoll .content-slider li .lyIdxHonor_img a { display:block; width:100%; height:100%; overflow:hidden; margin:0 auto; padding:0; background-color:#fff; position:relative;}
.ny_honor_scoll .content-slider li .lyIdxHonor_img a img { display:block; max-width:100%; max-height:100%; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.ny_honor_scoll .content-slider li:hover .lyIdxHonor_img a img { -webkit-transform: scale(1.1);-moz-transform: scale(1.1);transform: scale(1.1);}
.ny_honor_scoll .content-slider li .lyIdxHonor_text { width:100%; overflow:hidden; margin:0 auto; padding:0;}
.ny_honor_scoll .content-slider li .lyIdxHonor_text a { display:block; width:100%; height:40px; overflow:hidden; line-height:40px; color:#333; font-size:16px; text-align:center; white-space: nowrap; text-overflow: ellipsis; margin:0 auto; padding:0;}
.ny_honor_scoll .content-slider li:hover .lyIdxHonor_text a { color:#bb2821;}
.ny_honor_scoll .content-slider li i { display:block; width:0; height:2px; overflow:hidden; margin:0; padding:0; background-color:#bb2821; position:absolute; bottom:0; left:0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.ny_honor_scoll .content-slider li:hover i { width:100%;}
.ny_honor_scoll .lSPager { display:none;}
.ny_honor_scoll .content-slider li .lyIdxHonor_img a em { display:block; width:100%; height:100%; overflow:hidden; margin:0 auto; padding:0; background:rgba(195,13,35,0.8) url(../images/hnr_ck.png) center center no-repeat; position:absolute; left:0; top:100%; z-index:1; -webkit-transition: all .5s; -moz-transition: all .5s;-ms-transition: all .5s;-o-transition: all .5s;transition: all .5s;}
.ny_honor_scoll .content-slider li:hover .lyIdxHonor_img a em { top:0;}

/*内页-联系我们 开始*/
.ly_NyContact { width:100%; max-width:1280px; overflow:hidden; margin:0 auto 40px; padding:0;}
.ly_NyContact .lyNyContact_main { width:100%; overflow:hidden; margin:0 auto; padding:0;}
.lyNyContact_main .lyNyContact_lxfs { width:100%; overflow:hidden; margin:0 auto 40px; padding:0;}
.lyNyContact_lxfs ul { border-left:1px solid #dfdfdf; border-top:1px solid #dfdfdf;}
.lyNyContact_lxfs ul li { width:33.333333%; overflow:hidden; margin:0; padding:40px 20px 20px; border-right:1px solid #dfdfdf; border-bottom:1px solid #dfdfdf; float:left; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.lyNyContact_lxfs ul li img { display:block; width:130px; height:130px; overflow:hidden; margin:0 auto 20px; padding:0;transition:width 1s, height 1s;
-moz-transition:width 1s, height 1s, -moz-transform 1s; /* Firefox 4 */
-webkit-transition:width 1s, height 1s, -webkit-transform 1s; /* Safari and Chrome */
-o-transition:width 1s, height 1s, -o-transform 1s; /* Opera */
-webkit-animation: bounce 2.0s infinite ease-in-out;
  	animation: bounce 2.0s infinite ease-in-out;
-webkit-animation-iteration-count: infinite;}
.lyNyContact_lxfs ul li:hover img {transform:rotate(360deg) ;
-moz-transform:rotate(360deg) ; /* Firefox 4 */
-webkit-transform:rotate(360deg) ; /* Safari and Chrome */
-o-transform:rotate(360deg ) ; /* Opera */}
.lyNyContact_lxfs ul li span { display:block; width:100%; overflow:hidden; color:#999; font-size:16px; text-align:center; margin:0 auto 10px; padding:0;}
.lyNyContact_lxfs ul li p { width:100%; height:48px; overflow:hidden; line-height:24px; color:#333; font-size:18px; text-align:center; display:-webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-overflow: ellipsis; margin:0 auto; padding:0;}
.lyNyContact_lxfs ul li:hover span { color:#333;}
.lyNyContact_lxfs ul li:hover p { color:#c30d23;}

.lyNyContact_main .lyNyContact_ewm { width:100%; overflow:hidden; margin:0 auto 40px; padding:40px 0; background:#fff url(../images/NyContact_ewmbg.jpg) center center no-repeat; background-size:100%;}
.lyNyContact_ewm p { width:100%; overflow:hidden; line-height:40px; color:#fff; font-size:32px; text-align:center; margin:0 auto; padding:0;}
.lyNyContact_ewm span { display:block; width:100%; overflow:hidden; line-height:30px; color:#fff; font-size:16px; text-align:center; margin:0 auto; padding:0;}
.lyNyContact_ewm .ewm_img { width:160px; height:160px; overflow:hidden; margin:30px auto 0; padding:0;}
.lyNyContact_ewm .ewm_img img { display:block; width:100%; height:100%; margin:0 auto; padding:0;}

/*内页-联系我们 结束*/


.lyNyNew_Tj { width:100%; overflow:hidden; margin:0 auto 40px; padding:0; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyNyNew_Tj .lyNyNew_TjImg { width:30%; height:234px; overflow:hidden; margin:0; padding:0; position:relative; float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyNyNew_Tj .lyNyNew_TjImg a { display:block; width:100%; height:100%; overflow:hidden; margin:0 auto; padding:0; position:relative;}
.lyNyNew_Tj .lyNyNew_TjImg a img { display:block; width:100%; height:100%; object-fit:cover; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.lyNyNew_Tj:hover .lyNyNew_TjImg a img { -webkit-transform: scale(1.1);-moz-transform: scale(1.1);transform: scale(1.1);}
.lyNyNew_Tj .lyNyNew_TjImg .lyNyNew_TjTime { width:120px; height:60px; overflow:hidden; line-height:40px; color:#fff; font-size:32px; text-align:center; margin:0; padding:10px 0; background-color:rgba(0,0,0,0.5); position:absolute; right:0; bottom:0;}
.lyNyNew_TjTime span { display:block; width:100%; height:20px; overflow:hidden; line-height:20px; color:#fff; font-size:15px; text-align:center; margin:0 auto; padding:0;}
.lyNyNew_Tj:hover .lyNyNew_TjImg .lyNyNew_TjTime { background-color:rgba(195,13,35,0.8);}
.lyNyNew_Tj .lyNyNew_TjText { width:70%; height:234px; overflow:hidden; margin:0; padding:0 0 0 40px; float:left; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyNyNew_Tj .lyNyNew_TjText .lyNyNew_TjName { width:100%; height:auto; overflow:hidden; margin:0 auto 20px; padding:0;}
.lyNyNew_Tj .lyNyNew_TjText .lyNyNew_TjName a { display:block; width:100%; max-height:60px; overflow:hidden; line-height:30px; color:#333; font-size:22px; font-weight:bold; text-align:justify; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-overflow: ellipsis;}
.lyNyNew_Tj:hover .lyNyNew_TjText .lyNyNew_TjName a { color:#c30d23;}
.lyNyNew_Tj .lyNyNew_TjText .lyNyNew_TjMs { width:100%; overflow:hidden; margin:0 auto; padding:0;}
.lyNyNew_Tj .lyNyNew_TjText .lyNyNew_TjMs p { width:100%; height:90px; overflow:hidden; line-height:30px; color:#888; font-size:15px; text-align:justify; text-indent:2em; display: -webkit-box; -webkit-line-clamp:3; -webkit-box-orient: vertical; text-overflow: ellipsis; margin:0 auto; padding:0;}
.lyNyNew_Tj .lyNyNew_TjMore { width:100%; height:auto; overflow:hidden; margin:0 auto; padding:0; position:absolute; bottom:0;}
.lyNyNew_Tj .lyNyNew_TjMore a { display:block; width:80px; height:40px; line-height:40px; color:#888; font-size:14px; text-align:center; padding:0; float:left;}
.lyNyNew_Tj:hover .lyNyNew_TjMore a { color:#c30d23;}
.lyNyNew_Tj .lyNyNew_TjMore span { display:block; width:80px; height:1px; overflow:hidden; margin:19px 0; padding:0; background-color:#eaeaea; float:left;}
.lyNyNew_Tj .lyNyNew_TjMore span i { display:block; width:0; height:1px; overflow:hidden; margin:0; padding:0; background-color:#c30d23; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.lyNyNew_Tj:hover .lyNyNew_TjMore span i { width:100%;}